net/http.http2priorityNode.parent (field)

9 uses

	net/http (current package)
		h2_bundle.go#L10438: 	parent     *http2priorityNode
		h2_bundle.go#L10447: 	if n.parent == parent {
		h2_bundle.go#L10451: 	if parent := n.parent; parent != nil {
		h2_bundle.go#L10464: 	n.parent = parent
		h2_bundle.go#L10480: 	for ; n != nil; n = n.parent {
		h2_bundle.go#L10695: 	for x := parent.parent; x != nil; x = x.parent {
		h2_bundle.go#L10697: 			parent.setParent(n.parent)
		h2_bundle.go#L10784: 		k.setParent(n.parent)